@charset "utf-8";
.img1 {
    background-image: url(../img/banner.jpeg);
    background-size: cover;
    background-repeat: repeat-x;
}

.Tipografia-banner {
    font-family: "Big Apple 3PM";
    font-size: 114px;
}

.alto300px {
    height: 500px;
}
.fondo-negro {
    background-color: #000000;
}
.redondear-25px-abajo {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.tipografia-subtitulo {
    font-family: "Big Apple 3PM";
}
.tipografia-subi {
    font-family: rainyhearts;
}
